home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
C-Lib
/
GadTools34
/
InstallGadTools34.script
< prev
next >
Wrap
Text File
|
1993-04-13
|
551b
|
26 lines
FailAt 21
Echo "" NOLINE
Version > NIL: exec.library 36
If WARN
Echo "Installing gadtools.library 34..."
Copy gadtools_34.library LIBS:gadtools.library CLONE
Else
Echo "*nEnter name of directory you want to install gadtools.library in*n[default LIBS:]"
Echo "> " NOLINE
SetEnv > NIL: DIRNAME ?
If "$DIRNAME " EQ " "
SetEnv DIRNAME LIBS:
EndIf
Assign DEST: $DIRNAME
Copy gadtools_34.library DEST:gadtools.library CLONE
EndIf
If NOT WARN
Echo "Installation done."
Else
Echo "Error while installing."
EndIf
Assign DEST:
SetEnv DIRNAME ""
EndCLI > NIL: